From 20f35935b34aff0b370d5efe33482bf5cdf870ac Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 8 Sep 2011 23:34:59 -0700 Subject: [PATCH] * lisp/woman.el (woman-special-characters): Add hy character. --- lisp/ChangeLog | 2 +- lisp/woman.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51ae7211197..ab7a4cf3c65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,7 +2,7 @@ * woman.el (woman-if-body): When processing an .el block, do not delete the next .el block as well. (Bug#9447) - (woman-special-characters): Add oq and cq quote characters. + (woman-special-characters): Add oq, cq, and hy characters. 2011-09-08 Martin Rudalics diff --git a/lisp/woman.el b/lisp/woman.el index b1b067b291f..75a36d6ac36 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -2945,6 +2945,7 @@ interpolated by `\*x' and `\*(xx' escapes." ("ti" "~") ("oq" "‘") ; u2018 ("cq" "’") ; u2019 + ("hy" "‐") ; u2010 ) "Alist of special character codes with ASCII and extended-font equivalents. Each alist elements has the form -- 2.30.2